There seems to be an issue with the sort order of the users lists.
Instead of the given sort order they are sorted by ID in front end.
I.e.:
List A (ID=1, Sort order=1)
List B (ID=2, Sort order=3)
List C (ID=2, Sort order=2)
Will result in following listing in front end: (index.php?option=com_comprofiler&task=userslist).
List A (ID=1, Sort order=1)
List B (ID=2, Sort order=3)
List C (ID=2, Sort order=2)
It sould be the following:
List A (ID=1, Sort order=1)
List C (ID=2, Sort order=2)
List B (ID=2, Sort order=3)
I reported this in the topic for the release of 2.0.2 but was refered here by Nant.
CB: 2.0.2
Joomla: 3.3.6
PHP: 5.3.28
MySql: 5.5.36