What Is the Primary Gas-Saving Feature of ERC-1155 Batch Transfers?
The primary gas-saving feature is the ability to consolidate multiple token transfers into a single transaction. Instead of paying the fixed overhead gas cost (e.g. transaction signature, logging) for each individual transfer function call, the user pays this overhead only once for the entire batch.
This efficiency is amplified when transferring a large number of different token IDs.