I have tested a clean install of WordPress with only the plugins Category Order and Taxonomy Terms Order.
For example, when I want to sort by description, the plugin does not return normal results if it is enabled.
$arr = array(
'orderby' => 'description',
'order' => 'ASC',
);
$categories = get_categories( $arr );