I think there's a need to explain the basics. To define the metric space one need to define the set of points and the metric, which is a function, which says what is a distance between any two points. The idea is that we can consider may metrics on one set and with respect to each of them the distance between points can be different.
For example the distance between $2$ and $5$ is $3$ with respect to euclidean distance but with respect to discrete metrics the distance is $1$. Each time you read about the distance you have to be certain which metric is considered.
Discerete distance works this way: any two different points are far away (distance is one). This works like paying for the phone. If you want to talk to somebody in your home, you pay nothing, since you don't need to use a phone. If you want to talk to your friend that is in a different building, you call him and it doesn't matter if he is your neighbour or he lives five streets away.
Back to mathematics, on the real line $\Bbb R$ with the discrete metric all the different points are equally distant. So going from $0$ to $1$ 'costs the same' as going from $0$ to $100$. That's it. Observe that from the very definition of the metric, $d(x,y)$ must be zero if $x=y$, so this part of the definition of the discrete metric is mandatory.
Why to consider discrete metric
You can consider many different metrics or topologies on a particular set. The choice is based not on how easy is to work with them but what are their properties (and what do you need).
- Discrete metric is simple to define and work with, so it's presented very early in textbooks and lectures. It introduces beginners into the world of topology.
- Discrete topology is extreme (the finest), so it's important to understand the properties of it in order to understand the others and to understand relations between them. It's important to understand that the finer the topology is the 'closer' to discrete topology. Since it's extreme, it has special properties, like it's the only topology that each function defined on this space is continuous.
- Discrete topology is important to understand, to know when it's compact, when it's connected, when discrete metric is complete and so on, because we come across it many times working with other metrics or topologies. For example, some subsets of some spacec turn out to be discrete.
- Discrete metric is often used as a source of counterexamples.
- However discrete metric is in many cases too strong and in some sense boring.