It is useful for many type of hardware interfaces which do not allow reading the computer's output, or in which the input is status and the output is control, etc.
In my device driver writing days, this occurred pretty frequently among hardware designs. 1970s hardware was relatively expensive to add a buffer which could read back that which was last written to it, or there was a cost-saving interface at the same address as the output register which returned something else about the device. When and where it mattered, the driver had to maintain a copy of the last value written to consult if, for example, an update would actually cause a change in state.