Every time I paste an URL, the editor does an API request (to check whether it can be rewritten as an internal link, I suppose). The delay is noticeable and quickly gets annoying when working with sourced. It can be avoided with Ctrl-Shift-V but I wonder how many users are aware of that...
I imagine it wouldn't be hard to just fetch a regex of interwiki domains and only do the API request if it matches.