Looping condition sorting for bulk data in Custom Objects
In a loop condition, for each item business need is to sort it twice.
#foreach( $myList_c in $sorter.sort($myList_cList, "date:desc") )
#set( $mySortedList = $sorter.sort( $myList, ["field1"] ) )
Considering, more than 1 millions data sets, will this behavior result into
1. email delivery to be delay more
2. soft bounces and campaign response result affected