I would like to present an answer that evokes the historical motivation for defining the Turing machine.
You're solving mathematical problems.
What kind of problems can you solve without any leap of intuition or inspiration; just each step of your solution clearly following from the previous one?
Let's call this manner "mechanical".
Let's consider one example: adding together two numbers $x$ and $y$ in base 10.
You know a procedure which requires taking pairs of digits of the two numbers from least significant to more significant, then looking up this pair in a table that holds, for each pair, two values: one digit of the result and a carry etc. (I'll skip the rest of this annoyingly detailed description).
The numbers we usually add are quite small, but in principle we could add two numbers of any length with this method. So let's imagine long decimal representations.
You have a pen and a sheet of paper and you proceed to scribble symbol after symbol, composing your solution.
What will you do when you reach the end of the page?
Turn it and continue writing on the next one.
But what will you do when you reach the end of the notebook?
Get a new one and continue your solution on page 1 of the second notebook.
And so on.
The question is: can you "mechanically" add two natural numbers represented in base 10?
You are limited in many ways; how many notebooks do you own? How many new ones can you afford? How much paper is there in the world to allow you to go on with your calculation?
We could make a best-case scenario calculation (in which you may employ all the paper on Earth) and we would come up with a gigantic, but finite length for $x$ and $y$, beyond which you simply do not have paper to continue your calculation.
But what if then you could import some more from Mars?
All this seems quite irrelevant to the core of the question; you, as a mathematician, can obviously "mechanically" add two numbers together and the only limitation lies in the resources available.
This is hard to quantify or predict and seems besides the point: for any length $n$, as long as there's a sufficient, finite quantity of paper, you can do it.
Similarly, a Turing machine can compute the sum of $x$ and $y$ and anything computable.
If you realize one in the physical world, it will solve any instance of the problem.
When it reaches the end of the tape, just feed it some more.