General doubt about tuples

My issue

Can tuple replace struct node? Since they both have the same function, then why don’t we ever use tuples in linked list?

Learning course: STLs in C++
Problem Link: Tuple Intro Practice Problem in STLs in C++ - CodeChef