We regularly need to copy values from one BFP to another, e.g. as temporary storage in an accumulator, or to safely handle function arguments.
At the moment, we do this by zeroing the destination BFP, then adding the source BFP. But that's inefficient. An explicit copy-function could skip one pass through the BFP memory.