It would be useful when working with binaries that have a randomized base address via ASLR to be able to override the default base address being used, either arbitrarily or to just set it to 0. This eliminates a step of having to subtract the base address manually to get the VA offset to a gadget.
This is different from --offset, which just applies a slide to the address of an outputted gadget, but doesn't actually affect the address at which it is disassembled (see below for examples)