Re: sort_by_name() function
You’re better off using the new users template tags. Check out the members directory template loop in the member theme in the latest trunk.
bp-themes/buddypress-member/directories/members/members-loop.php
You can set specific ways to order members:
bp_has_site_members( 'type=alphabetical&per_page=10' ) )
type can be: active ( default ) | random | newest | popular | online | alphabetical
This is only in the latest trunk, not RC1.