Why does Microsoft Word create two copies whilst in use?

The file you refer to is a temporary file which serves a number of purposes. From Microsoft themselves:

A temporary file is a file that is created to temporarily store information in order to free memory for other purposes, or to act as a safety net to prevent data loss when a program performs certain functions. For example, Word determines automatically where and when it needs to create temporary files. The temporary files only exist during the current session of Word. When Word is shut down in a normal fashion, all temporary files are first closed and then deleted.

Speed

Going on from this; these temporary files help improve speed. If your system is struggling with not enough memory, Word will help it along by shifting non used functionality from memory to disk in the form of a temporary file.

Integrity

In order to ensure the integrity of your file in the event of system error, information is written to temporary and onto the original file. Should you have any error occur it can be restricted/recovered from temporary files rather than your core file.

Locked Files

When you open a file that is locked, either because it is open in another window of Word or because another user on the network has it open, you can work with a copy of the file. Word places this copy in the Windows Temp directory. Likewise, if a template attached to a document is locked, Word automatically makes a copy of the template in the Temp directory. The copy of a locked file does not automatically update the original owner's file.

Owner File ~$(Same Directory as Source File)

When a previously saved file is opened for editing, for printing, or for review, Word creates a temporary file that has a .doc file name extension. This file name extension begins with a tilde (~) that is followed by a dollar sign ($) that is followed by the remainder of the original file name. This temporary file holds the logon name of person who opens the file. This temporary file is called the "owner file."

Source - Microsoft

This is a sizable topic. I have provided a number of examples on this files useage, but please use the source provided for a detailed list of reasons from Microsoft. I don't want to copy/paste the entire page here.


Primarily because of the Autosave features. If you don't tell a document to save your changes, do you expect it to save over the original with no command to or warning that it will happen? It also allows your changes to be recovered if Word crashes and you hadn't saved for 2 hours. By default there will be a 10 minute old version of your changes that can be recovered.

On a more basic level, it allows one user to open a file on a share and read it while another user has it open for modification, though if multiple users are editing it, last-in-wins.