orderCommandsForMove

fun orderCommandsForMove(    orderedSpacesToOrderMap: List<Pair<String, String?>>,     movedSpaceId: String,     delta: Int): List<SpaceOrderUtils.SpaceReOrderCommand>

Returns a minimal list of order change in order to re order the space list as per given move.