Command Routing can be used to route HTTP requests to pipelines of command/query handlers. By contrast, the standard MVC 6 routing mechanism routes requests to action methods that you define on MVC controller classes.
Take a look at the documentation if you want to learn more!