SLERP is a spherical linear interpolation. The interpolation is mapped as though on a quarter segment of a circleso you get the slow out and slow in effect. The distant between each step is not equidistant.
LERP is a linear interpolation so that the distant between each step is equal across the entire interpolation.