Roughly speaking (not always 100% true!), in probability, the word or translates into addition, while and translates into multiplication.
The added assumptions are:
- you can only add if the two events are disjoint
- you can only multiply if the two events are independent.
For example, if I throw one fair $6$ sided die, the probability of rolling $5$ or more is equal to the probability of roling $5$ or $6$. The probability of that is (given that the events cannot happen at the same time) the probability of rolling a $5$ plus the probability of rolling a $6$, meaning $\frac16+\frac16=\frac13.$
On the other hand, if I throw a die twice, the probability of rolling $6$ both times is the probability of rolling $6$ in the first attempt and rolling $6$ in the second attempt. The events are independent (the second roll is not affected by the first), do the probability of rolling $6$ in both attempts is the probability of rolling $6$ in the first attempt times the pribability of rolling $6$ in the second attempt, meaning $\frac16\cdot\frac16=\frac1{36}.$