ITS#10290 Move syncrepl_modify_cb to the end of the list
The way op->orm_modlist is allocated by syncrepl_op_modify is not compatible with slap_mods_free() and so callbacks from any overlays that touch op->orm_modlist on the way down need a chance to undo their state first as we go back up.