VA Outline allows you to quickly re-order items, and if they are single line functions (declarations in the header file) you can use VA's sort lines feature.
Personally I often have my functions in a sensible order, but that is nothing like alphabetical. Private functions tend to come first. Worker functions before the functions that use them. Functions for a common purpose tend to be grouped together as well.