The operator's trace commitment consists of many large Winternitz signatures.
Due to the max stack height, we can't fit many signatures into a single output. Thus, we will have to use a transaction with multiple outputs in parallel, overcoming that limit. However, that comes at the cost of the overhead for multiple outputs.
Let's implement a transaction and benchmark the number of bits we can sign per block.