Is there any reason why or why not you should do an \'order by\' in a subquery?
You can do it, but I wouldn't usually unless you have a need.
The optimiser will ignore it (or throw an error?)
See "Intermediate materialisation" for some usages.