I have no problem with rearranging them on my site.
MEMBERINFO template:
Code:
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[friends]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
In this example I have
$blocks[friends] as first tab.
Doing so renders...
In this example I have
$blocks[aboutme] as first tab.
Doing so renders...
This is style specific.