Which of the following accurately describes the Turing Machine's role in performing subtraction?

A) Iteratively removes bits from the second number until reaching zero, while decrementing the corresponding bits of the first number.
B) Adds the complement of the second number to the first number.
C) Compares the two numbers and outputs the difference.
D) Subtracts the smaller number from the larger number digit by digit.