FuelPHP has HMVC built in as part of it's core. It means that requests can fire secondary requests, and that in turn means the main request (the one initialized by the client) is not always the active or current request.
So this method returns the value of the strip extension property of the route object associated with the active request (and not the current route as the method name suggests).