A copy rule is an easy way to set alternative values in a rule. For example, lets say a customer wants to be invoiced in either USD or CAD depending on what account they book from:
When Customer Account = Alpha
Then Copy Invoice_Master From Invoice_CAD
Else Copy Invoice_Master from Invoice_USD