Is there a way for users to re-order their menu tabs on profile page?
Suggestions
You can do a lot with jrProfile_menu, at the moment you can check out the function in jrProfile/include.php to see the other parameters.
One thing worth noting if you are trying to get a custom module to appear is that an item_index.tpl is required in that module, otherwise it won't appear. The function also checks the requirements for the module (in it's init function) and it won't appear if the requirements are not met. And a module won't appear if the profile has no items created yet (but the owner always sees it).
"modules", "exclude_modules", "always_show", "owner_only", "require_login", "order", "targets"
I haven't figured out targets, but it looks like you provide an alternate url for the module.