Combine several transactions into one while optionally excluding whole transactions or individual operations. This is useful when a set of changes must be atomic: for example, set a tag, sign a document, and make a payment so that every action is applied together. It is also a convenient way to record several actions at once.