Modules have their own isolated router which then is absobed into the app router once the module is activated. You will now also have access directly to the appRouter so you can register global routes if needed.
In previous versions of ColdBox, there was no easy way to register global routes.