Would be useful for adding routes after application is configured via afterConfigurationLoad() in this file.
For example, I have some routes that use a getSetting() call to inject a key into the rc. But the setting is derived from a module which has not loaded yet when Router.cfc configure() is called.
Also, module routers will be registered as interceptors too.