When importing an address (using e.g. importaddress), it is currently impossible to skip the rescan and instead ask the node to scan a specific block in which you know there are related transactions. It is pretty trivial to use a block explorer to find relevant blocks and only scan those.
Is it worthwhile to add a RPC command that lets you specify a (range of) block(s) to address this?