The Subset Construction method is used to convert a Non-deterministic Finite Automaton (NFA) to a Deterministic Finite Automaton (DFA). This process involves creating a set of states in the DFA for every possible subset of states in the NFA. The other options refer to different processes such as DFA minimization and eliminating null references, which are not part of the subset construction method.