Today, due to the current implementation of duplicate label check operator, steps batch size cannot exceed 64.
This is more a limitation of the implementation. Ideally, duplicate label check operator should work regardless of the steps batch size. We can use a different operator implementation if step size is > 64, even though the performance is worse than the current implementation.