This node allows you to multiply two transformation matrices. Multiplying transformation matrices gets you a transformation matrix that will perform both input transformation matrices. So if you multiplied a rotation matrix by a translation matrix the resultant matrix is a transformation matrix that performs rotation and then translation.
Keep in mind that matrix multiplication is non commutative. So order matters.